func math/big.writeMultiple
12 uses
math/big (current package)
ftoa.go#L522: writeMultiple(s, sign, 1)
ftoa.go#L523: writeMultiple(s, "0", padding)
ftoa.go#L527: writeMultiple(s, sign, 1)
ftoa.go#L529: writeMultiple(s, " ", padding)
ftoa.go#L532: writeMultiple(s, " ", padding)
ftoa.go#L533: writeMultiple(s, sign, 1)
intconv.go#L44: func writeMultiple(s fmt.State, text string, count int) {
intconv.go#L161: writeMultiple(s, " ", left)
intconv.go#L162: writeMultiple(s, sign, 1)
intconv.go#L163: writeMultiple(s, prefix, 1)
intconv.go#L164: writeMultiple(s, "0", zeros)
intconv.go#L166: writeMultiple(s, " ", right)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |